Package com.cisco.pt.ipc.sim
Interface CustomTcpProcess
- All Known Implementing Classes:
CustomTcpProcessImpl
Information provided by the PKI file:
\class CustomTcpProcess
\brief CustomTcpProcess is the process that manipulates the custom TCP process.
\example network().getDevice("Router0").getProcess("TcpProcess").createCustomTcpProcess()
- Author:
- Auto-generated
-
Method Summary
Methods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSessionMethods inherited from interface com.cisco.pt.ipc.sim.Process
getOwnerDevice
-
Method Details
-
getConnection
TcpConnection getConnection()- Returns:
- TcpConnection Returns a TcpConnection
-